func encoding/json.mayAppendQuote

11 uses

	encoding/json (current package)
		encode.go#L547: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L549: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L555: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L557: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L563: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L565: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L583: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L601: 	b = mayAppendQuote(b, opts.quoted)
		encode.go#L622: 		b = mayAppendQuote(b, opts.quoted)
		encode.go#L624: 		b = mayAppendQuote(b, opts.quoted)
		encode.go#L1364: func mayAppendQuote(b []byte, quoted bool) []byte {